home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Development Tools & Languages / MacApp C++ Load⁄dump / README FIRST
Encoding:
Text File  |  1992-07-15  |  664 b   |  23 lines  |  [TEXT/MPS ]

  1. This 'DemoTextDump 1' contains an example of how 
  2. to  write a MAMake file for C++ load/dump use.
  3.  
  4. The rules to build follows the normal MacApp build
  5. rules. E.g:
  6.  
  7. MABuild -nodebug DemoText
  8.  
  9. This 'DemoTextDump 2' contains a sort of two-level
  10. dump system, where by a switch it's possible to either dump
  11. everything, or exclude a couple of header files when
  12. working with them (and this saving some time).
  13.  
  14. It works this way:
  15.  
  16. MABuild -d qOwnDump=TRUE -nodebug DemoText   # include own header files for dump file
  17.  
  18. MABuild -nodebug DemoText                    # don't include own header files for dump file
  19.  
  20.  
  21. This source has been tested with MPW 3.2b6 and MacApp 2.0.1.
  22.  
  23.